home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / etc / Rpc_GetName.man < prev    next >
Text File  |  1991-04-12  |  1KB  |  44 lines

  1. '\" Copyright 1991 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/lib/c/etc/RCS/Rpc_GetName.man,v 1.1 91/04/12 18:07:17 kupfer Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS Rpc lib
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. Rpc_GetName \- Get the name of an RPC.
  17. .SH SYNOPSIS
  18. .nf
  19. \fB#include <rpc.h>\fR
  20. .sp
  21. void
  22. \fBRpc_GetName\fR(\fIrpcNum, resultLength, resultPtr\fP)
  23. .SH ARGUMENTS
  24. .AS char resultLength
  25. .AP int rpcNum in
  26. An RPC number.
  27. .AP int resultLength in
  28. The number of characters in the result buffer.
  29. .AP char *resultPtr out
  30. A pointer to the result buffer.
  31. .BE
  32.  
  33. .SH DESCRIPTION
  34. .PP
  35. .B Rpc_GetName
  36. returns a human-readable name for a given Sprite RPC number.  The user
  37. provides a buffer into which the RPC name is copied.  If the user's
  38. buffer is too small, the name is truncated to fit.  A buffer of
  39. .B RPC_MAX_NAME_LENGTH
  40. characters is guaranteed to be big enough.
  41.  
  42. .SH KEYWORDS
  43. rpc
  44.